type github.com/jackc/pgx/v5/pgtype.scanPlanTextTimestamptzToTimestamptzScanner
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
timestamptz.go#L61: return (&scanPlanTextTimestamptzToTimestamptzScanner{}).Scan([]byte(src), tstz)
timestamptz.go#L243: return &scanPlanTextTimestamptzToTimestamptzScanner{location: c.ScanLocation}
timestamptz.go#L285: type scanPlanTextTimestamptzToTimestamptzScanner struct{ location *time.Location }
timestamptz.go#L287: func (plan *scanPlanTextTimestamptzToTimestamptzScanner) Scan(src []byte, dst any) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)